Data Explorartion of Pilot Summer Program at UCR


Proof of Concept

A couple things to consider here.

1) We want to show as much data as possible to see where the data gaps are and what we can do so far

2) for the items as "canvasdummyname" we have an exported csv with the IP adressses to try to match that

3) Then we can decide how to edit the xAPI process

Above graph has to many entries, when need to trim it down.

Looks better but still isn't what i want...

Checking with Veracity

Here's the data output from Veracity GUI graph builder. I chose to make each unqiue bar for every verb encountered where the matching records is the object id. The Output is below.

"data": [
{
"_id": "answered",
"count": 12971,
"canonical": {
"display": "answered"
},
{
"_id": "viewed",
"count": 7339,
"canonical": {
"display": "viewed"
},
{
"_id": "initialized",
"count": 677,
"canonical": {
"display": "initialized"
},
{
"_id": "exited",
"count": 338,
"canonical": {
"display": "exited"
}
]

Only viewed is slightly off is this is due to the fact that some tests where done after I downloaded the json data. But the method above worked.

This shows that we able to analyze the data

Next steps is try to organize the data